Revision: arch--devo--1.0--patch-93
Archive: lord@emf.net--2003
Creator: Tom Lord <lord@emf.net>
Date: Sun May 11 10:04:11 PDT 2003
Standard-date: 2003-05-11 17:04:11 GMT
Summary: dopatch.sh bug -- stale .rej symlinks to nowhere
Keywords: 
New-files: {arch}/arch/arch--devo/arch--devo--1.0/lord@emf.net--2003/patch-log/patch-93
Modified-files: ChangeLog patch-sets/DOPATCH patch-sets/dopatch.sh
New-patches: lord@emf.net--2003/arch--devo--1.0--patch-93


When patching a file or symlink, dopatch looks for pre-existing .orig
and .rej files (from early patches) and, if found, sets them aside.

The test for for a .rej file includes a case for a .rej which is a
symlink to a non-existing file.  Previously, however, this test looked
for a ".orig" symlink.  This fix causes it to properly look for a
".rej" file.


